home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v11n11 / envsize2.bat < prev    next >
Encoding:
DOS Batch File  |  1991-12-30  |  289 b   |  11 lines

  1. @ECHO OFF
  2. IF NOT '%1'=='' GOTO SecondTime
  3. REM ==========  Show size of DOS Environment being used  ===========
  4. SET > ENVSIZE2.
  5. DIR ENVSIZE2. | FIND "ENVSIZE2" > TEMPENV.BAT
  6. TEMPENV
  7. :SecondTime
  8. ECHO Environment variables use approximately %1 bytes.
  9. DEL TEMPENV.BAT
  10. DEL ENVSIZE2.
  11.